home *** CD-ROM | disk | FTP | other *** search
-
-
-
- SSSSPPPPOOOOFFFFAAAA((((3333FFFF)))) SSSSPPPPOOOOFFFFAAAA((((3333FFFF))))
-
-
-
- NNNNAAAAMMMMEEEE
- SPOFA - SPOFA factors a real symmetric positive definite matrix.
-
- SPOFA is usually called by SPOCO, but it can be called directly with a
- saving in time if RCOND is not needed. (Time for SPOCO) = (1 +
- 18/N)*(Time for SPOFA) .
-
-
- SSSSYYYYNNNNOOOOPPPPSSSSYYYYSSSS
- SUBROUTINE SPOFA(A,LDA,N,INFO)
-
- DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
- On Entry
-
- AAAA REAL(LDA, N)
- the symmetric matrix to be factored. Only the
- diagonal and upper triangle are used.
-
- LLLLDDDDAAAA INTEGER
- the leading dimension of the array A .
-
- NNNN INTEGER
- the order of the matrix A . On Return
-
- AAAA an upper triangular matrix R so that A = TRANS(R)*R
- where TRANS(R) is the transpose.
- The strict lower triangle is unaltered.
- If INFO .NE. 0 , the factorization is not complete.
-
- IIIINNNNFFFFOOOO INTEGER
- = 0 for normal return.
- = K signals an error condition. The leading minor
- of order K is not positive definite. LINPACK. This version dated
- 08/14/78 . Cleve Moler, University of New Mexico, Argonne National Lab.
- Subroutines and Functions BLAS SDOT Fortran SQRT
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- PPPPaaaaggggeeee 1111
-
-
-
-